'Declaration Public Shared Function GetFirstUIAction<TThe action type.>( _
ByVal actionSourceИсточник действия.As ISupportUIActions _
) As T (Of TThe action type.As UIAction)
public static T GetFirstUIAction<T>(
ISupportUIActions actionSource
) where T: UIAction
public: static T* GetFirstUIAction<T>(
ISupportUIActions* actionSource
) where T: UIAction*
generic<typename T> public:
static T^ GetFirstUIAction(
ISupportUIActions^ actionSource
) where T: UIAction^
Parameters
- actionSource
- Источник действия.
Type Parameters
- T
- The action type.
Return Value
Первое действие указанного типа.